func crypto/elliptic/internal/fiat.p224Mul

2 uses

	crypto/elliptic/internal/fiat (current package)
		p224.go#L114: 	p224Mul(&e.x, &t1.x, &t2.x)
		p224_fiat64.go#L82: func p224Mul(out1 *p224MontgomeryDomainFieldElement, arg1 *p224MontgomeryDomainFieldElement, arg2 *p224MontgomeryDomainFieldElement) {